バージョン 20.1

GetNotesInRange(DateTime,DateTime,Owner[]) メソッド

指定した日付範囲内に一部でも含まれている Note オブジェクトのコレクションを返します。
シンタックス
public NotesSubsetCollection GetNotesInRange( 
   DateTime startDateTime,
   DateTime endDateTime,
   Owner[] owners
)

パラメータ

startDateTime
メモの最も早い開始日。
endDateTime
メモの最も遅い終了日。
owners
ここで指定したオーナーに関連付けられたメモのみが含まれます。

戻り値の型

startDateTime および endDateTime と重なる Note オブジェクトをすべて含む NotesSubsetCollection
参照